From: Eric S. Raymond Date: Sun, 28 Mar 1993 06:36:19 +0000 (+0000) Subject: Fixed typo introduced by last patch. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~96659 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=d87f0d7f5320dd2529f58d3386d9b677b94354aa;p=emacs.git Fixed typo introduced by last patch. --- diff --git a/lisp/files.el b/lisp/files.el index 93455cff933..b8cb0a0ea5c 100644 --- a/lisp/files.el +++ b/lisp/files.el @@ -633,7 +633,7 @@ run `normal-mode' explicitly." ("\\.pl\\'" . prolog-mode) ("\\.cc\\'" . c++-mode) ("\\.C\\'" . c++-mode) - ("\\.mk" . . makefile-mode) + ("\\.mk\\'" . makefile-mode) ("[Mm]akefile" . makefile-mode) ;;; Less common extensions come here ;;; so more common ones above are found faster.